home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hs_inst.zip / HS-145.ZIP / HS-145.DOC next >
Text File  |  1991-11-22  |  4KB  |  101 lines

  1.  
  2.  
  3.                   INSTALLING HS/LINK EXTERNAL PROTOCOL
  4.                             IN PCBOARD 14.5
  5.         (REFER TO HS-145A FOR INSTALLATION UNDER PCBOARD 14.5A)
  6.  
  7.                                   
  8.      Please refer to the PCBOARD manual and change HISTORY for detailed
  9.      information on installation of external protocols.  This
  10.      information was tested with HSLINK betas posted on 10/30/91 and
  11.      PCBOARD 14.5.  PCBoard 14.5 does not fully support HS/Link, so it
  12.      is recommended that you upgrade to PCBoard 14.5A.
  13.  
  14.      The following installation steps should work for most folks:
  15.  
  16.      Copy the provided PCBSH.BAT and PCNRH.BAT files into your \PCB
  17.      system directory.  On a multi-node system, copy these files into
  18.      the \PCB directory for each node.  Copy HSLINK.EXE into directory
  19.      included in your search PATH.
  20.  
  21.      You can edit PCBSH.BAT and PCBRH.BAT to include options on the
  22.      HSLINK command line, but most folks won't need to change anything.
  23.      If your system can't keep up with the COM port while accessing the
  24.      disk drive, you may want to add -HS to the command line in each
  25.      file.  If you want to experiment, there are a number of optional
  26.      parameters you can read about in HSLINK.DOC and HSLINK.NEW.
  27.  
  28.      Contents of PCBSH.BAT
  29.      ---------------------
  30.          echo off
  31.          if exist pcberr.fil del pcberr.fil
  32.          if exist %DSZLOG% del %DSZLOG%
  33.          hslink -hs -p%1 -e%5 -nu %3
  34.                  |
  35.                  +---- this was added if you need slow handshake
  36.  
  37.      Contents of PCBRH.BAT
  38.      ---------------------
  39.          echo off
  40.          if exist pcberr.fil del pcberr.fil
  41.          if exist %DSZLOG% del %DSZLOG%
  42.          hslink -hs -p%1 -e%5 -u%3
  43.                  |
  44.                  +---- this was added if you need slow handshake
  45.      
  46.      Next you need to install the HS/LINK protocol into the PCBOARD
  47.      protocol menu.  There are two ways to do this.
  48.  
  49.      The easiest is to edit your \PCB\GEN\PCBPROT.DAT file in text
  50.      editor and add the following line:
  51.         H,D,1024,HS/Link (batch),N,N,Y
  52.  
  53.      If you prefer to use PCBSETUP, the following steps will give the
  54.      same result.
  55.  
  56.      Load up PCBSETUP and press C to access the FILE LOCATIONS 2 screen.
  57.      Then cursor down to the PROTOCOL DATA FILE and press F2.
  58.      In this screen you press ALT-I to insert a new protocol.
  59.      When asked for "USE" enter "H".
  60.      When asked for "TYPE" enter "B".
  61.      When asked for "SIZE" enter "1024".
  62.      When asked for "MNP" enter "N".
  63.      When asked for "PORT OPEN" enter "N".
  64.      When asked for "LOCK LINES" enter "Y".
  65.  
  66.      You should see the protocol defined like this:
  67.        ╔════════════════════════════════════════════════════════════════════╗
  68.        ║                        PCBoard Setup Utility                       ║
  69.        ║                         Edit Protocol File                         ║
  70.        ║                                                                    ║
  71.        ║                   Port Lock                                        ║
  72.        ║ Use Type Size MNP Open Lines             Protocol Description      ▒
  73.        ║ ═══ ════ ════ ═══ ════ ═════ ═════════════════════════════════════ ▒
  74.        ║  H   D   1024  N   N     Y   HS/Link (batch)                       ▒
  75.        ║                                                                    ║
  76.  
  77.      Press ESC to exit this screen.
  78.      When asked "SAVE CHANGES" press "Y" and ENTER.
  79.      Press ESC two more times to exit the setup program.
  80.      When asked "SAVE Y/N/Q/A" press "Q" and ENTER.
  81.  
  82.  
  83. I hope these instructions help, but remember, I can't take
  84. responsibility for anydamages resulting from these instructions.  If you
  85. get stuck, it always helps to read the DOC files that come with PCBOARD
  86. and with HSLINK.  If all else fails, call up the tool shop and ask for
  87. help on the main board.  Either I will help you, or somebody else will
  88. know the answer and give you a hand.
  89.  
  90. Good luck!
  91.  
  92. Samuel H. Smith
  93. Sysop of The Tool Shop
  94.    Phone number         Modem type                Access
  95.   --------------    ---------------------   -------------------
  96.   (818) 891-3772    US Robotics HST 9600    Contributors only
  97.   (818) 891-1344    Hayes-V series 9600     Contributors only
  98.   (818) 891-6780    US Robotics 2400        Free to all
  99.  
  100.  
  101.